(byte-compile-delete-errors): Default to nil.
authorRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 00:28:24 +0000 (00:28 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 9 Sep 2002 00:28:24 +0000 (00:28 +0000)
lisp/emacs-lisp/bytecomp.el

index 4e48a17023d6ef0c29bb250173a9f9c4b396ce3d..e83f07a4d3c95df529076181b4be6768448354f3 100644 (file)
@@ -10,7 +10,7 @@
 
 ;;; This version incorporates changes up to version 2.10 of the
 ;;; Zawinski-Furuseth compiler.
-(defconst byte-compile-version "$Revision: 2.110 $")
+(defconst byte-compile-version "$Revision: 2.111 $")
 
 ;; This file is part of GNU Emacs.
 
@@ -274,7 +274,7 @@ t means do all optimizations.
                 (const :tag "source-level" source)
                 (const :tag "byte-level" byte)))
 
-(defcustom byte-compile-delete-errors t
+(defcustom byte-compile-delete-errors nil
   "*If non-nil, the optimizer may delete forms that may signal an error.
 This includes variable references and calls to functions such as `car'."
   :group 'bytecomp